home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 3712 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: student.uni-tuebingen.de!not-for-mail
  2. From: "Reinhard Katzmann" <Suamor@student.uni-tuebingen.de>
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: AmiTCP Patch 4.3
  5. Date: Tue, 09 Apr 1996 19:58:45 -0500
  6. Organization: InterNetNews at ZDV Uni-Tuebingen
  7. Distribution: world
  8. Message-ID: <69071237%suamor@student.uni-tuebingen.de>
  9. References: <860.6666T825T2917@xmission.com> <69071224%suamor@student.uni-tuebingen.de> <2064.6668T593T1075@xmission.com> <69071233%suamor@student.uni-tuebingen.de> <709.6672T1295T1823@cuci.nl>
  10. Reply-To: "suamor" <suamor@student.uni-tuebingen.de>
  11. NNTP-Posting-Host: gw192.informatik.uni-tuebingen.de
  12. X-NewsReader: IntuiNews 1.3a (7.9.95)
  13.  
  14. Michael Mommertz wrote on 8 Apr 1996 19:36:42 GMT the following article:
  15.  
  16. > Anybody knows how I get AmiTCP to not dial again if I
  17. > just rebooted my machine and want to establish connection again
  18. > without disconnecting first ??
  19. > It used to work on 4.2
  20.  
  21. I already answered this question in the "AmiTCP4.3 offline" article but
  22. to complete it here is what I changes in the startnet script:
  23.  
  24. .key PRVCNF/F,DEBUG/S,NOSRV/S,UMS/S
  25. .bra {
  26. .ket }
  27. ;
  28. ; "NOSRV" if servers are not used, _nothing_ otherwise
  29. .def NOSRV
  30. .def PRVCNF provider
  31.  
  32. Note: I prefer having running servers by default than not having running
  33. them. The UMS switch is only for me private when I want to download news
  34. and mail (it only starts a script). You can now specify the "PRVCNF"
  35. option to start with a different config file, f.e.
  36. > startnet offline
  37.  
  38. Of course you need then a offline.conf to be able to run it.
  39.  
  40. [...]
  41.  
  42. If NOT Warn
  43.   ; Log in with the default user name (ENV:LOGNAME)
  44.   AmiTCP:bin/login -f
  45.   ; Configure AmiTCP, configure lo0 if using servers
  46.   If X EQ "X{NOSRV}"
  47.     Set LOOPBACK LOOPBACK
  48.   Else
  49.     Set LOOPBACK ""
  50.   EndIf
  51.   AmiTCP:bin/bootpconfig PROVIDERFILE=AmiTCP:db/{PRVCNF}.conf $LOOPBACK {DEBUG}
  52.  
  53. [...]
  54.  
  55.     If X EQ "X{NOSRV}"
  56.       If X EQ "X{DEBUG}"
  57.         Run <NIL: >NIL: AmiTCP:bin/inetd
  58.       Else
  59.         Run AmiTCP:bin/inetd {DEBUG}
  60.       EndIf
  61.     EndIf
  62.  
  63. [...]
  64.  
  65. - Reinhard Katzmann
  66.  
  67. ---
  68. E-Mail: suamor@student.uni-tuebingen.de
  69.  
  70. One day I hope to finish my RPS Pertergrin
  71. Concept for Pertergin (yet in german) avalaible on Request
  72. Current Amiga-Project: GuideTool (GUI) V1.1BETA
  73.  
  74.